home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / transparent / TransparentWindowManagerSetup.exe / {app} / TransparentWindowManager Tutorial.chm / html / inc / all.css
Encoding:
Cascading Style Sheet File  |  2004-03-27  |  792 b   |  68 lines

  1. a:link, a:visited, a:hover, a:active
  2. {
  3. color:#2F434E;
  4. text-decoration:underline;
  5. }
  6. a:hover, a:active
  7. {
  8. color:#3F4D5A;
  9. }
  10.  
  11. BODY
  12. {
  13. BORDER-BOTTOM:10px;
  14. BORDER-LEFT:10px;
  15. BORDER-RIGHT:10px;
  16. BORDER-TOP:10px;
  17. MARGIN:10px;
  18. color:#000000;
  19. background-color:#afafaf;
  20. font:8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
  21. }
  22.  
  23. h1, h2
  24. {
  25. font:12pt Verdana,Geneva,Arial,Helvetica,sans-serif;
  26. font-weight:bold;
  27. }
  28. h2
  29. {
  30. font-size:10pt;
  31. }
  32.  
  33. td, th
  34. {
  35. font:8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
  36. }
  37. TH
  38. {
  39. font-weight:bold;
  40. }
  41.  
  42. .displ
  43. {
  44. font:8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
  45. margin-left:50px;
  46. margin-right:20px;
  47. }
  48.  
  49. p
  50. {
  51. text-align:justify;
  52. }
  53.  
  54. .co
  55. {
  56. font-size:7pt;
  57. margin-left:50px;
  58. }
  59.  
  60. .alert
  61. {
  62. color:#7A7AFA;
  63. }
  64.  
  65. .main
  66. {
  67. width:500px;
  68. }